home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TBMPIMPORTFORM / TBMPIMPORTFORM.txt
Text File  |  1999-10-16  |  3KB  |  171 lines

  1. object BMPImportForm: TBMPImportForm
  2.   Left = 248
  3.   Top = 223
  4.   BorderStyle = bsDialog
  5.   Caption = 'BMP Import Parameters'
  6.   ClientHeight = 199
  7.   ClientWidth = 385
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 88
  21.     Width = 369
  22.     Height = 73
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 108
  28.     Width = 78
  29.     Height = 13
  30.     Caption = 'Maximum Height'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 200
  34.     Top = 108
  35.     Width = 102
  36.     Height = 13
  37.     Caption = 'Grid spacing (Mtrs) x: '
  38.   end
  39.   object Label3: TLabel
  40.     Left = 288
  41.     Top = 132
  42.     Width = 14
  43.     Height = 13
  44.     Caption = ' y: '
  45.   end
  46.   object Button1: TButton
  47.     Left = 76
  48.     Top = 169
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 0
  55.   end
  56.   object Button2: TButton
  57.     Left = 156
  58.     Top = 169
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 1
  65.   end
  66.   object Button3: TButton
  67.     Left = 236
  68.     Top = 169
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&Help'
  72.     TabOrder = 2
  73.     OnClick = Button3Click
  74.   end
  75.   object GroupBox1: TGroupBox
  76.     Left = 8
  77.     Top = 8
  78.     Width = 369
  79.     Height = 73
  80.     Caption = 'Red/Green/Blue order'
  81.     TabOrder = 3
  82.     object RGBRadio: TRadioButton
  83.       Left = 8
  84.       Top = 24
  85.       Width = 113
  86.       Height = 17
  87.       Caption = 'Red Green Blue'
  88.       Checked = True
  89.       TabOrder = 0
  90.       TabStop = True
  91.     end
  92.     object RBGRadio: TRadioButton
  93.       Left = 8
  94.       Top = 40
  95.       Width = 113
  96.       Height = 17
  97.       Caption = 'Red Blue Green '
  98.       TabOrder = 1
  99.     end
  100.     object GBRRadio: TRadioButton
  101.       Left = 128
  102.       Top = 40
  103.       Width = 113
  104.       Height = 17
  105.       Caption = 'Green Blue Red '
  106.       TabOrder = 2
  107.     end
  108.     object GRBRadio: TRadioButton
  109.       Left = 128
  110.       Top = 24
  111.       Width = 113
  112.       Height = 17
  113.       Caption = 'Green Red Blue '
  114.       TabOrder = 3
  115.     end
  116.     object BRGRadio: TRadioButton
  117.       Left = 248
  118.       Top = 40
  119.       Width = 113
  120.       Height = 17
  121.       Caption = 'Blue Red Green '
  122.       TabOrder = 4
  123.     end
  124.     object BGRRadio: TRadioButton
  125.       Left = 248
  126.       Top = 24
  127.       Width = 113
  128.       Height = 17
  129.       Caption = 'Blue Green Red '
  130.       TabOrder = 5
  131.     end
  132.   end
  133.   object MaxHeightEdit: TSpinEdit
  134.     Left = 104
  135.     Top = 104
  136.     Width = 73
  137.     Height = 22
  138.     Increment = 100
  139.     MaxValue = 9000
  140.     MinValue = 100
  141.     TabOrder = 4
  142.     Value = 1000
  143.   end
  144.   object XGridSpacingEdit: TFloatEdit
  145.     Left = 312
  146.     Top = 104
  147.     Width = 57
  148.     Height = 21
  149.     TabOrder = 5
  150.     Text = '0.1'
  151.     Digits = 1
  152.     Value = 0.100000000000000000
  153.     Min = 0.100000000000000000
  154.     Max = 9999.900000000000000000
  155.     ErrorMessage = '[No Text]'
  156.   end
  157.   object YGridSpacingEdit: TFloatEdit
  158.     Left = 312
  159.     Top = 128
  160.     Width = 57
  161.     Height = 21
  162.     TabOrder = 6
  163.     Text = '0.1'
  164.     Digits = 1
  165.     Value = 0.100000000000000000
  166.     Min = 0.100000000000000000
  167.     Max = 9999.900000000000000000
  168.     ErrorMessage = '[No Text]'
  169.   end
  170. end
  171.